home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / ssmtp / ssmtp.conf < prev    next >
Text File  |  2006-01-20  |  1KB  |  44 lines

  1. #
  2. # /etc/ssmtp.conf -- a config file for sSMTP sendmail.
  3. #
  4.  
  5. # The person who gets all mail for userids < 1000
  6. # Make this empty to disable rewriting.
  7. root=postmaster
  8.  
  9. # The place where the mail goes. The actual machine name is required
  10. # no MX records are consulted. Commonly mailhosts are named mail.domain.com
  11. # The example will fit if you are in domain.com and your mailhub is so named.
  12. mailhub=mail
  13.  
  14. # Example for SMTP port number 2525
  15. # mailhub=mail.your.domain:2525
  16. # Example for SMTP port number 25 (Standard/RFC)
  17. # mailhub=mail.your.domain        
  18. # Example for SSL encrypted connection
  19. # mailhub=mail.your.domain:465
  20.  
  21. # Where will the mail seem to come from?
  22. rewriteDomain=
  23.  
  24. # The full hostname
  25.  
  26. # Gentoo bug #47562
  27. # Commenting the following line will force ssmtp to figure
  28. # out the hostname itself.
  29.  
  30. # hostname=_HOSTNAME_
  31.  
  32. # Set this to never rewrite the "From:" line (unless not given) and to
  33. # use that address in the "from line" of the envelope.
  34. #FromLineOverride=YES
  35.  
  36. # Use SSL/TLS to send secure messages to server.
  37. #UseTLS=YES
  38.  
  39. # Use SSL/TLS certificate to authenticate against smtp host.
  40. #UseTLSCert=YES
  41.  
  42. # Use this RSA certificate.
  43. #TLSCert=/etc/ssl/certs/ssmtp.pem
  44.